Skip to content

release(v1.1): Python stack, CI, technical paper#1

Merged
QuantumDrizzy merged 3 commits into
mainfrom
release/v1.1-wyss
Apr 24, 2026
Merged

release(v1.1): Python stack, CI, technical paper#1
QuantumDrizzy merged 3 commits into
mainfrom
release/v1.1-wyss

Conversation

@QuantumDrizzy
Copy link
Copy Markdown
Owner

Wyss Center Technical Package

  • Complete Python Muse 2 validation stack (src/bci, src/ethics, src/io, src/ui)
  • 81/81 tests passing (pytest tests/unit/)
  • scripts/demo_wyss.py — 11-step live demo, no hardware required
  • docs/KHAOS_CORE_Technical_Paper_v1.1.pdf — dual-stack architecture, Dirac-LPAS (sec 5.4)
  • GitHub Actions CI — Python 3.10 / 3.11 / 3.12
  • requirements.txt + setup.py (pip install -e .[dev,dashboard])

Drizzy and others added 3 commits April 24, 2026 18:04
- Add complete Python Muse 2 validation stack (src/bci, src/ethics, src/io,
  src/models, src/ui) with __init__.py in all packages
- Add scripts/demo_wyss.py: 11-step interactive demo, 81 tests, ~15s execution
- Add docs/KHAOS_CORE_Technical_Paper_v1.1.pdf + .docx: dual-stack architecture,
  Dirac-LPAS coupling (sec 5.4), quantum reservoir dynamics, fMRI/NIRS trial
  proposal (sec 9.2)
- Add .github/workflows/ci.yml: pytest 81/81 on Python 3.10/3.11/3.12 + demo
- Add requirements.txt, setup.py (pip install -e .[dev,dashboard])
- Update README: CI badge, quick start, paper link, researchers section
- Update .gitignore: vault/, logs/, test fixtures, egg-info, pytest cache
- Add INTEGRATION_REPORT.md: dual-stack diagram, IIR table, cross-stack Pearson r

All 81 tests passing. FPGA kernel (C++/CUDA) unchanged in src/neuro/, src/security/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove demo_wyss.py from root (canonical: scripts/demo_wyss.py)
- Remove KHAOS_CORE_Technical_Paper.docx from root (canonical: docs/*.pdf)
- Remove duplicate scripts/coefficients/ (canonical: coefficients/)
- Update .gitignore: WYSS_SUBMISSION_KHAOS/, LibreOffice temps, .tmp files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
np.trapz was removed in numpy 2.0. Use np.trapezoid when available,
fall back to np.trapz for numpy <2.0. Fixes CI on Python 3.11/3.12.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@QuantumDrizzy QuantumDrizzy merged commit ce59cd3 into main Apr 24, 2026
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant